object AboutBox: TAboutBox Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'About Sliding Puzzle Challenge' ClientHeight = 213 ClientWidth = 456 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 425 Height = 161 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 40 Top = 16 Width = 65 Height = 57 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 88 Top = 16 Width = 243 Height = 13 Caption = 'All Holiday Screen Savers- Sliding Puzzle Challenge' IsControl = True end object Version: TLabel Left = 88 Top = 40 Width = 53 Height = 13 Caption = 'Version 1.0' IsControl = True end object Copyright: TLabel Left = 8 Top = 80 Width = 146 Height = 13 Caption = 'Copyright 1998 Amy Seeberger' IsControl = True end object Comments: TLabel Left = 8 Top = 104 Width = 201 Height = 26 Caption = 'Licensed to Cosmi Corporation' WordWrap = True IsControl = True end end object OKButton: TButton Left = 191 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end